Platform Explorer / Nuxeo Platform LTS 2017 9.10

Contribution org.nuxeo.ecm.user.center.profile.core.types--doctype

This contribution is part of XML component org.nuxeo.ecm.user.center.profile.core.types inside nuxeo-user-profile-9.10.jar /OSGI-INF/core-types-contrib.xml

Extension Point

Extension point doctype of component TypeService.

Contributed Items

  • <facet name="UserProfile">
          <schema name="userprofile"/>
        </facet>
  • <doctype extends="Document" name="UserProfile">
          <schema name="common"/>
          <schema name="dublincore"/>
          <facet name="UserProfile"/>
          <facet name="HiddenInNavigation"/>
        </doctype>

XML Source

<extension point="doctype" target="org.nuxeo.ecm.core.schema.TypeService">
    <facet name="UserProfile">
      <schema name="userprofile"/>
    </facet>

    <doctype extends="Document" name="UserProfile">
      <schema name="common"/>
      <schema name="dublincore"/>
      <facet name="UserProfile"/>
      <facet name="HiddenInNavigation"/>
    </doctype>

  </extension>